﻿@charset "utf-8";
/* Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
ul, li, ol{list-style:none;}
em ,i{font-style:normal;}
table{border-collapse:collapse;border-spacing:0;}
a{text-decoration:none;outline:none;cursor:pointer;color:#333; transition:0.5s}
a:hover {text-decoration:none; color:#104492;}
*{/*word-wrap:break-word;word-break:break-all;-webkit-text-size-adjust:none;*/}
body,textarea,pre,input{font:12px/1.2 tahoma,arial,sans-serif;}
input,textarea{margin:0;padding:0;outline:none;font-size:100%;vertical-align:baseline;}
textarea{resize:none;}
textarea, input[type="text"], input[type="password"] {background:white url(../images/common/input_bg_sd.png) 0 0 no-repeat;}
hr {border:none;height:1px;}

html,body{height:100%;}
pre{white-space: pre-wrap;white-space: -moz-pre-wrap;white-space: -pre-wrap;white-space: -o-pre-wrap;word-wrap: break-word;}

.clearfix:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;}
.clearfix {clear:both;zoom:1;}





body {
	font-family: "Microsoft YaHei";
	background:#fff;
	line-height: 25px;
}
/*页头部分*/
.container {
	width:1200px;
	clear:both;
	margin:0 auto;
}
.toplink{ height:41px; background: #000; text-align: right;  }
.toplink a{ color: #fff; margin: 0 20px; display: inline-block; line-height: 40px }
.toplink a:hover{color: #ff2a00}
.weixin{float: right; top: 5px; width:30px; height:30px; position:relative; z-index: 100000; font-size:12px; text-align:center;} 
.weixin a{width:30px; height:30px; display:block; position:absolute; left:0; top:0;background:url(../images/weixin.png) no-repeat center top;  } 
.weixin .weixin_nr{width:100px; height:120px; padding:10px; background:#fff; text-align:center; 
	position:absolute;   display:none; left: -28px; top: 45px} 
.weixin .weixin_nr img{ margin-bottom:5px;} 
.weixin .weixin_nr .arrow{ width:0; height:0; border-bottom:10px solid #fff;border-left:10px solid transparent;border-right:10px solid transparent; position:absolute; left:50px; top:-10px;} 
.weixin.on .weixin_nr{ display:block;} 
.weixin.on a{ background:url(../images/weixin.png) no-repeat left bottom;} 

.logoblock {  height:130px; width: 100%;  }
.logo{ float: left;     margin-top: 17px; }



.logo strong{ font-size: 45px;  color: #104492; display: block; line-height: 60px }
.logo span{ font-size: 20px;  color: #000; display: block; line-height: 30px }
.phone{ float: right; color: #000; font-weight:bold; font-size:18px ; margin-top: 20px}
.phone img{ margin-left: 30px; margin-right:5px; float: left; }
.phone b{ display: block; }
.phone strong{ color: #104492; font-size: 18px; display: inline-block;line-height: 28px }
.logo img{  height: 100px }





/*-- nav --*/
.nav{ background: #104492;  }
nav{
  position: relative; z-index: 1000;
  width:1200px;height:50px;margin:0 auto;
 
}
nav ul {display: flex;}
nav ul li{list-style:none;flex:1;height:50px;float:left; text-align:center;}
nav ul li a{font-size:14px;   color:#fff;text-decoration:none; height: 50px; display: block;}
nav ul li a em{ display: block; font-size: 16px; color:#fff; line-height:50px  }
nav ul li:hover a{ color: #fff }
nav ul li:hover a em{ color: #fff; transition: 0.5s }
nav ul li:hover,nav ul li.cur{background:#ee9646; transition: 0.5s }



nav .hid li{border:none; background:rgba(255,255,255,0.9); }
nav .hid li:hover{background:#ee9646;}

nav ul li ul{ position: relative; top: -4px; }
nav ul li ul li{width: 100%;height: 40px; line-height: 40px;transition: 1s  }
nav ul li ul li a{ font-weight:normal; font-size:12px;color: #000!important}
nav ul li ul li:hover a{ color:#fff!important}
nav .hid2{display:none;}
nav ul li:hover .hid2{display:block;-webkit-animation:aa 1s;-moz-animation:aa 0.5s; }
 /*调用动画函数，并且1S执行 */





/*----slider----*/
#slider2,
#slider3 {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0 auto;
}
.rslides_tabs {
	list-style: none;
	padding: 0;
	background: rgba(0,0,0,.25);
	box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	-moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	font-size: 18px;
	list-style: none;
	margin: 0 auto 50px;
	max-width: 540px;
	padding: 10px 0;
	width: 100%;
}
.rslides_tabs li {
	display: inline;
	float: none;
	margin-right: 1px;
}
.rslides_tabs a {
	width: auto;
	line-height: 20px;
	padding: 9px 20px;
	height: auto;
	background: transparent;
	display: inline;
}
.rslides_tabs li:first-child {
	margin-left: 0;
}
.rslides_tabs .rslides_here a {
	background: rgba(255,255,255,.1);
	color: #fff;
	font-weight: bold;
}
.events {
	list-style: none;
}
.callbacks_container {
	position: relative;
	float: left;
	width: 100%;
}
.callbacks {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.callbacks li {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}
.callbacks img {
	position: relative;
	z-index: 1;
	height: auto;
	border: 0;
	width: 100%;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 1%;
	right: 0%;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 47%;
}
.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 56%;
	left: 8%;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 41px;
	background: url("../images/leftarrow.png") no-repeat left top;
	margin-top: -65px;
}
.callbacks_nav:active {
	opacity: 1.0;
}
.callbacks_nav.next {
	left: auto;
	background-position: right top;
	right: 8%;
}
#slider3-pager a {
	display: inline-block;
}
#slider3-pager span {
	float: left;
}
#slider3-pager span {
	width:100px;
	height:15px;
	background:#fff;
	display:inline-block;
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a {
	background: #FFF;
	border-radius:30em;
	opacity:1;
}
#slider3-pager a {
	padding: 0;
}
#slider3-pager li {
	display:inline-block;
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	height: auto;
	border: 0;
}
.callbacks_tabs {
	list-style: none;
	position: absolute;
	top: 99%;
	z-index: 999;
	padding: 0;
	margin: 0;
	margin-top:-3em;
	left:50%;
	margin-left:-52px;
}
.callbacks_tabs li {
	display:inline-block;
}
@media screen and (max-width: 600px) {
	h1 {
	font: 24px/50px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.callbacks_nav {
	top: 47%;
}
}


/*----*/
.callbacks_tabs a {
visibility: hidden;
padding: 0 0.2em;
}
.callbacks_tabs a:after {
	content: "\f111";
	font-size:0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	height:12px;
	width:12px;
	display:inline-block;
	border:2px solid #E9E9E9;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	-ms-border-radius: 30px;
}
.callbacks_here a:after {
	border:2px solid #96c94a;
}
.header-info {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 9%;
}
.header-info h2 a {
	display:inline-block;
	color:#fff;
	padding:0.5em 2em;
	background:rgba(255, 255, 255, 0.32);
	text-decoration:none;
}
.header-info h2 a:hover {
	color:#fff;
	background:#60B0E6;
}
.header-info lable {
	background:#fff;
	height: 1px;
	width: 36%;
	display: block;
	margin-top:2em
}
.header-info h1 a {
	color:#fff;
	font-weight:bold;
	font-size:1.2em;
	text-decoration:none;
}
.header-info h1 a:hover {
	color:#CA670C;
}




.longimg{ background: url(../images/indexbg.png) no-repeat center top; background-size: 100% auto;
 text-align: center; height:271px; width: 100%; color: #fff; overflow: hidden; text-align: left; padding-top: 100px }
.longimg strong{ line-height: 70px; font-size:35px; display: block; }
.longimg span{ font-size: 22px }


.footlogo{  text-align: center; width:300px; margin:0 auto; display: block; }





#footer{
    width: 100%;
    background: url(../images/fooder-bj.jpg) #222;
    position: relative;
    overflow: hidden;
}
.footer_main{
    width: 1200px;
    height: inherit;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.footer_top{
    width: 100%;
    height: 332px;
    box-sizing: border-box;
    border-bottom: 1px solid #cccccc;
    position: relative;
    overflow: hidden;
}
.footer_link{
    width: 100%;
    height: 70px;
    position: absolute;
    top: 0;
    left: 0;
}
.footer_link span{
    color: #ffffff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 70px;
    float: left;
}
.footer_link ul{
    width: 1000px;
    height: 70px;
    float: left;
    overflow: hidden;
    margin-bottom: 0;
    margin-left: 20px;
}
.footer_link ul li{
    float: left;
    font-size: 15px;
    margin-right: 24px;
    line-height: 70px;
}
.footer_link ul li:last-child{
    margin-right: 0;
}
.footer_link ul li a{
    color: #ffffff;
    opacity: 0.8;
    transition: .4s;
}
.footer_link ul li a:hover{
    opacity: 1;
}

.footer_top > div h4{
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    margin-top: 85px;
    margin-bottom: 0;
}
.footer_nav{
    width: 304px;
    height: 100%;
    float: left;
    overflow: hidden;
}
.footer_nav h4{
    margin-bottom: 24px!important;
}
.footer_nav ul{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 0;
}
.footer_nav ul li{
    width: 50%;
    height: auto;
    float: left;
    overflow: hidden;
    margin-bottom: 24px;
}
.footer_nav ul li a{
    color: #ffffff;
    font-size: 16px;
    line-height: 16px;
    opacity: 0.8;
    transition: .4s;
}
.footer_nav ul li a:hover{
    opacity: 1;
}
.footer_info{
    width: 360px;
    height: 100%;
    float: left;
    margin-left: 76px;
    overflow: hidden;
}
.footer_info h4{
    margin-bottom: 28px!important;
}
.footer_mob{
    height: 35px;
    box-sizing: border-box;
    background-image: url('../images/foot_mob.png');
    background-position: left center;
    background-repeat: no-repeat;
    color: #ffffff;
    display: block;
    font-size: 26px;
    font-weight: bold;
    line-height: 35px;
    padding-left: 46px;
    margin-bottom: 20px;
}
.footer_info p{
    color: #e5e5e5;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 8px;
}
.footer_ewm{
    height: 100%;
    float: right;
    overflow: hidden;
}
.footer_ewm h4{
    margin-bottom: 14px!important;
}
.footer_ewm ul{
    height: auto;
    overflow: hidden;
    margin-bottom: 0;
}
.footer_ewm ul li{
    width: 120px;
    height: auto;
    float: left;
    margin-right: 30px;
    overflow: hidden;
}
.footer_ewm ul li:last-child{
    margin-right: 0;
}
.footer_ewm ul li img{
    width: 100%;
    display: block;
    margin-bottom: 8px;
}
.footer_ewm ul li span{
    color: #e5e5e5;
    display: block;
    font-size: 13px;
    text-align: center;
}

.footer_bot{
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}
.foot_logo{
    width: 146px;
    height: 174px;
    float: left;
    overflow: hidden;
}
.foot_logo img{
    width: 100%;
}
.foot_text{
    width: 765px;
    height: auto;
    box-sizing: border-box;
    float: left;
    padding-top: 20px;
    margin-left: 75px;
    overflow: hidden;
}
.foot_text p{
    width: 100%;
    color: #cccccc;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 0;
    text-align: justify;
}

.foot_link{
    width: 166px;
    height: 40px;
    border-radius: 45px;
    background: #ffffff;
    color: #!important;
    display: block;
    float: right;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    margin-top: 58px;
    transition: .3s;
}
.foot_link:hover{
    background: #6d171a;
    color: #fff!important;
}

.footer_copy{
    width: 100%;
    height: 50px;
    color: #ffffff;
    font-size: 14px;
    line-height: 50px;
    margin-bottom: 0;
    text-align: center;
    opacity: 0.8;
    bottom: 0;
    left: 0;
}
.footer_copy b{
    font-weight: 500;
}
.footer_copy a{
    color: #ffffff!important;
}

/* footer */














/*首页标题*/
.indextit {
   
    height: 100px;
    text-align: center;
    font-weight: bold;
    padding-top: 50px;
    margin: 16px auto;
}

.indextit p {
    color: #000;
    font-size: 28px;
    height: 70px;
    line-height: 70px;
}
.indextit i {
    font-size: 20px;
    font-weight: normal;
    color: #ccc;
}


.probox{  display: block; clear: both;  margin-bottom: 30px; overflow: hidden; }

.probox_left{ float: left;  width: 242px;  }
.probox_right{ float: right;  width:930px}

.left_tit{ background:url(../images/titbg1.png) no-repeat center top; overflow: hidden; display: block;color: #fff; font-size: 20px;text-align: center; height: 48px; padding-top: 75px  }

.left_pro{  z-index: 1; background: #fbfbfb; border: 1px solid #104492;  width: 240px; border-top: none; overflow: hidden; padding-top: 20px  }
.left_pro ul{ width: 210px; margin:20px auto }
.left_pro ul p{ background: #104492; color: #fff; padding-left:20px; height: 50px; line-height: 50px;   }
.left_pro ul p a{ color: #fff; padding:0 5px; font-size: 16px }
.left_pro ul p:hover {  background: #104492}
.left_pro ul li{ padding-left: 22px; background: url(../images/leftbg.png) left 8px no-repeat; line-height: 25px; display: inline-block; }


.youshi{ background: #104492; overflow: hidden; display: block; padding: 5px 0 ; }
.youshi ul li{ float: left;  margin:5px;  text-align: center; color: #fff  }
.youshi ul li img{ width: 50px; height: 50px; border: 1px solid #fff; border-radius: 10px; padding: 8px;  }

.indexcontact{border: 1px solid #104492; }
.indexcontact span{ text-align: center; display: block; font-size: 16px; line-height: 50px }
.indexcontact div{ width: 90%; margin:0 auto; }





/*产品分类*/
/*产品*/
.check_tit{  text-align: center;  margin-top: 30px}
.check_tit em{ display:inline-block; cursor: pointer; margin:0  8px 10px 8px; background: #f7f7f7;
 text-align: center; font-size: 14px;   height:30px; line-height:30px; color: #fff;  padding: 0 10px; transition: 1s;background:#104492; color: #fff;
 border-radius: 10px }
.check_tit em:hover,.check_tit em.on{ background:#ffa525; color: #fff; border-radius: 20px }
.check_con ul{ clear:both; overflow: hidden; padding-top: 10px }
.check_con ul li{ float:left; width:285px; margin-right: 10px ;
  background: #fff;  overflow: hidden;  border:1px solid #eee;  margin-bottom:30px;  transition: 0.8s; padding: 8px}
.check_con ul li:hover{  background: #104492  }
.check_con ul li:nth-child(3n){ margin-right: 0 }
.check_con ul li img{ height: auto; width: 100%; overflow: hidden;}
.check_con ul li strong{ font-size:16px;  text-align: center; display: block;  height:30px; line-height:30px;  }
.check_con ul li strong,.check_con ul li p{ padding: 0 10px; color: #333; font-weight: normal; overflow: hidden; }
.check_con ul li:hover strong,.check_con ul li:hover p{ color: #fff }
.check_con ul li p { margin-bottom: 20px; color: #999; font-size: 14px; margin-top:5px }
.check_tit em:hover,.check_tit em.on{ color: #fff;  }





.proconlist{ float: left; width: 925px; }
.proconlist li{ float: left; margin-left: 24px; width: 281px;
 margin-bottom:15px; padding-bottom: 20px; transition: 0.8s; border:1px solid #ccc; position: relative;   background: #fff; text-align: center; overflow:hidden; }
.proconlist li img{ height:200px; overflow: hidden; }
.proconlist li p{ height:30px; line-height:30px; font-size: 18px; text-align: left; padding-left: 20px }
.proconlist li span{ color: #104492; text-align: left; padding-left: 20px; display: block; }
.proconlist li:hover{ box-shadow: 5px 5px 5px #ccc; margin-top: -10px; margin-bottom:25px;}

.profenlei{float: left; width: 275px; background: #f1f1f1}
.profenlei li{ line-height: 70px; font-size: 16px; border-bottom: 1px solid #e6e6e6; 
	color: #666; padding-left: 10px; transition: 0.5s; cursor: pointer; border-left: 4px solid #f1f1f1; }
.profenlei li:hover{ background: #fff; border-left: 4px solid #104492; padding-left:80px }
